home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-exit.dcr / 00010_exitframe first.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  100 b   |  8 lines

  1. on exitFrame
  2.   if not sprite(1).playing then
  3.     go("second")
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.